![]() |
PATH![]() |
When an AWT context requests a new frame through the MyRequestFrame callback, it specifies the type of frame desired. The type of frame is specified by the JMFrameKind type.
enum JMFrameKind {
eBorderlessModelessWindowFrame = 0,
eModelessWindowFrame,
eModalWindowFrame
};
See the description of the function
MyRequestFrame
for more information about using these values.
For more information about Mac OS window types, see "Window Manager" in Inside Macintosh: Macintosh Toolbox Essentials.
Previous | Back Up One Level | Next |